home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
balones.swf
/
scripts
/
DefineSprite_339
/
frame_31
/
DoAction_2.as
next >
Wrap
Text File
|
2013-04-24
|
457b
|
31 lines
this.isCheck = 0;
i = 0;
while(i <= 7)
{
j = 0;
while(j <= 7)
{
if(eval("_root.mcB.mcM" + i + j).nType != "")
{
this.isCheck = 1;
}
j++;
}
i++;
}
if(this.isCheck)
{
this.gotoAndPlay("flB");
}
else if(_root.isGame)
{
_root.mcB.nTypeCount = 0;
_root.mcB.arrType = new Array();
_root.funcType();
_root.mcAC2.gotoAndPlay("flR");
}
else
{
this.gotoAndPlay("flB");
}